{% extends "template.html" %} {% block title %}Zomato{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
|
Quick Bites
{{ restaurant['restaurant']['name'] }}American Food House, Bodakdev{{ restaurant['restaurant']['location']['address'] }} |
{{ restaurant['restaurant']['user_rating']['aggregate_rating'] }}{{ restaurant['restaurant']['user_rating']['votes'] }}
|
|
|
CUISINES
COST FOR TWO:
{{ restaurant['restaurant']['cuisines'] }}
{{ restaurant['restaurant']['average_cost_for_two'] }}
{% endif %}
{% if restaurant['restaurant']['is_delivering_now'] %}
{% endif %}
{% if restaurant['restaurant']['is_table_reservation_supported'] %}
{% endif %}
{% if restaurant['restaurant']['has_table_booking'] %}
{% endif %}
|
||